body {
  background: linear-gradient(#0e9271, #091581);
  border-radius: 10px;
}

h1{
    text-align: center;
    color: #1f052b;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

form{
    color: #050c2b;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

button{
  padding: 10px 20px;
  background-color: #11be93;
  color: #460066;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Winky Rough", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}